home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / VisionaleV1.1-D1.adf / virx / ShowImage.virx < prev    next >
Text File  |  1993-01-31  |  363b  |  14 lines

  1. /*
  2.  * ShowImage.virx
  3.  * Copyright (c)1992 Bruno Costa & Lucia Darsa
  4.  */
  5.  
  6. options results
  7.  
  8. parse arg filename format
  9.  
  10. if format = 0 | format = 1 then
  11.   address command display filename opt ma
  12. else
  13.   requestnotify '"If you have a better graphics display, modify ShowImage.virx*nas explained in the manual (Customizing Visionaire chapter)*nand in the ReadMe file."'
  14.